home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / sue-potatoes.swf / scripts / DefineSprite_371 / frame_6000 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  291 b   |  10 lines

  1. this.stop();
  2. if(_parent._parent._parent.mission1 >= _parent._parent._parent.mission1_do && _parent._parent._parent.mission2 >= _parent._parent._parent.mission2_do)
  3. {
  4.    _parent._parent._parent.gotoAndPlay("ending");
  5. }
  6. else
  7. {
  8.    _parent._parent._parent.gameOver_mc.gotoAndPlay(2);
  9. }
  10.